DataCollection | ComponentOne
C1.Android.DataCollection Assembly / C1.Android.DataCollection Namespace / C1RecyclerViewAdapter<T> Class / NotifyItemRangeInserted Method

In This Topic
    NotifyItemRangeInserted Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub NotifyItemRangeInserted( _
       ByVal positionStart As Integer, _
       ByVal itemCount As Integer _
    ) 
    public void NotifyItemRangeInserted( 
       int positionStart,
       int itemCount
    )

    Parameters

    positionStart
    itemCount
    See Also